number of rows in dataframe pyspark

59

number of rows in dataframe pyspark -

print((df.count(), len(df.columns)))

Comments

Submit
0 Comments